home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / Help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  723 b   |  28 lines  |  [TEXT/KAHL]

  1. /* Help.h */        /* C14 Calculator    */
  2. /* Created 930503 10:02 AM by AppMaker */
  3.  
  4. #ifndef __HE__
  5. #define __HE__
  6.  
  7. /*#include "Globals.h"*/
  8.  
  9. /*----------*/
  10. void        HelpSeg                (void);
  11.  
  12. WindowPtr    OpenHelp            (Str255        fName,
  13.                                  short            vRefNum,
  14.                                  short            fRefNum);
  15. /*void        CloseHelp            (void);*/
  16. /*void        ControlHelp            (ControlHandle    whichControl,*/
  17. /*                                  short             whichPart,*/
  18. /*                                 Point            where);*/
  19. /*void        MouseInHelp            (Point            where,*/
  20. /*                                 short            modifiers);*/
  21. /*void        TypeInHelp            (char            ch);*/
  22. /*void        UpdateHelp            (void);*/
  23. void        ActivateHelp        (Boolean        activate);
  24. /*void        ResizeHelp            (void);*/
  25. /*pascal void ScrollHelp            (short        newValue,*/
  26. /*                                  short        oldValue);*/
  27.  
  28. #endif    /*    __HE__    */